const crypto/tls.recordTypeAlert
6 uses
crypto/tls (current package)
common.go#L73: recordTypeAlert recordType = 21
conn.go#L667: if (typ != recordTypeAlert && typ != recordTypeHandshake) || vers >= 0x1000 {
conn.go#L698: if typ != recordTypeAlert && typ != recordTypeChangeCipherSpec && len(data) > 0 {
conn.go#L712: case recordTypeAlert:
conn.go#L845: _, writeErr := c.writeRecordLocked(recordTypeAlert, c.tmp[0:2])
conn.go#L1389: recordType(c.rawInput.Bytes()[0]) == recordTypeAlert {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |